C File Reader Sample - SQPWithFileReader

This is an example program for using the SIMCA-Q File Reader and the C interface of SIMCA-Q dll. 
It reads data from a file and then perform predictions.

The application is a console application that takes a .usp file and a prediction set as arguments, and optionally an output file and plugin path.
The application loads the .usp file, performs a prediction from the given prediction set and prints XVarPS.

Also see the readme.md file in the main Samples folder for general info on the Visual Studio sample projects.

SQPWithFileReader.vcxproj
    This is the project file you open in Visual Studio.

SQPWithFileReader.cpp
    This is the main application source file.

sqprunner.c
    This is the c file where the actual interaction with SIMCA-Q takes place.
